2.2. Rocket Chat
Erklärt die Option Rocket Chat genauer
Vorraussetzungen
Für diesen script ist eine vollständige Docker & Docker Compose installation notwendig
Installation
Wähle im Hauptinstaller, welcher mit folgendem Befehl ausgeführt werden kann, zuerst den Punkt Docker aus.
Installation code
sudo apt install dos2unix && curl -o installer.sh https://raw.githubusercontent.com/YJM-Network/YJM/main/installer/installer.sh && dos2unix installer.sh && sudo chmod +x installer.sh && dos2unix installer.sh && sudo ./installer.sh
Wähle in der erscheinenden Auswahl dann den Punkt Rocket Chat aus.
Optionen
What Docker image would you like to install?
1. Install Docker and Docker Compose
2. Rocket.Chat
3. Pi-hole
4. Proxy (Nginx)
5. Portainer
6. Nextcloud
Dieser Punkt wird Rocket Chat und den Dienst MongoDB, welcher eine Datenbank zur Verwaltung von Daten ist, auf deinem Server installieren.
Ausgabe, mit Makierung der Dienste, welche gepullt werden
[+] Running 3/21
✔ mongo [⣿⣿⣿⣿⣿⣿⣿] Pull complete 21.6s
✔ 2726e237d1a3 Waiting 19.6s
✔ 4113c9f6bc12 Waiting 19.6s
✔ 6bd25e6544db Waiting 19.6s
✔ 114959114e76 Waiting 19.6s
✔ 74e29de52e16 Waiting 19.6s
✔ a7aa415a3894 Waiting 19.6s
✔ b4c1b5279c53 Waiting 19.6s
✔ 2d3498acb5d9 Waiting 19.6s
✔ rocketchat [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] Pull complete 21.6s
✔ 66a3d608f3fa Pull complete 15.3s
✔ 24871bca5b8d Pull complete 20.0s
✔ 1e6e0ecc9e1d Pull complete 4.2s
✔ 2d985417673a Pull complete 20.0s
✔ f2fb3099368f Pull complete 20.0s
✔ 92184665fc33 Pull complete 20.0s
✔ 8c15840e88ec Pull complete 20.0s
✔ 0706ba1a505e Pull complete 20.0s
✔ 433a107a1bf8 Pull complete 20.0s
✔ fd9113470816 Pull complete 20.0s
✔ 4f4fb700ef54 Pull complete 20.0s
Rocket Chat sollte nun auf http://serverip:3000 erreichbar und einrichtbar sein. Die Nutzung einer Reverse Proxy wie NGINX zur weiterleitung des Ports und aktivierung von HTTPS empfehlen wir dingend.